Uses of Enum
com.cisco.pt.ipc.enums.FrameRelayEncapType
Packages that use FrameRelayEncapType
-
Uses of FrameRelayEncapType in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return FrameRelayEncapTypeModifier and TypeMethodDescriptionstatic FrameRelayEncapTypeFrameRelayEncapType.fromIntValue(int value) static FrameRelayEncapTypeFrameRelayEncapType.fromIntValue(Integer value) static FrameRelayEncapTypeReturns the enum constant of this type with the specified name.static FrameRelayEncapType[]FrameRelayEncapType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FrameRelayEncapType in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return FrameRelayEncapTypeModifier and TypeMethodDescriptionFrameRelayMapEntry.getEncapType()FrameRelayProcess.getEncapType()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim with parameters of type FrameRelayEncapTypeModifier and TypeMethodDescriptionbooleanFrameRelayProcess.addMapEntry(IPAddress ipAddress, int dlci, boolean bBroadcast, FrameRelayEncapType encapType, String portName) Information provided by the PKI file:voidFrameRelayMapEntry.setEncapType(FrameRelayEncapType encapType) voidFrameRelayProcess.setEncapType(FrameRelayEncapType encapType) Information provided by the PKI file: -
Uses of FrameRelayEncapType in com.cisco.pt.ipc.sim.impl
Fields in com.cisco.pt.ipc.sim.impl declared as FrameRelayEncapTypeMethods in com.cisco.pt.ipc.sim.impl that return FrameRelayEncapTypeModifier and TypeMethodDescriptionFrameRelayMapEntryImpl.getEncapType()FrameRelayProcessImpl.getEncapType()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim.impl with parameters of type FrameRelayEncapTypeModifier and TypeMethodDescriptionbooleanFrameRelayProcessImpl.addMapEntry(IPAddress ipAddress, int dlci, boolean bBroadcast, FrameRelayEncapType encapType, String portName) Information provided by the PKI file:voidFrameRelayMapEntryImpl.setEncapType(FrameRelayEncapType encapType) voidFrameRelayProcessImpl.setEncapType(FrameRelayEncapType encapType) Information provided by the PKI file: